Developer Documentation
PATH  WebObjects 4.0 Documentation > WebObjects Tools and Techniques

Table of Contents Previous Section

WebAssistant Expert Mode

Expert mode is similar to standard mode, except that it allows you to make changes to any page in your application whether it is currently displayed in your browser or not. If you click the Expert mode button at the bottom of the WebAssistant, the window expands to show two additional lists:

To customize any page in your application, simply select the type of page and the entity. The figure above shows an example of choosing the inspect page for the Talent entity, making the WebAssistant focus on this page rather than the page currently showing in the browser.

If you select "*all*" under Tasks, any changes you make affect all customizable pages for the selected entity. If you select "*all*" under Entities, you'll see a list of data types that exist in the application, as shown in the following figure.

Any changes you make affect all occurrences of that type. For example, the figure shows NSCalendarDate selected. You can specify a formatter, and pick a component to use anywhere in the application that an NSCalendarDate object is displayed.

If you click Show Browser Page, the task and entity for the current browser page are selected in the WebAssistant.

You can also select the Customize Page display of the WebAssistant while in Expert mode and change the underlying component, color, and border thickness of whatever page for whatever entity you select in the Tasks and Entities browsers.

Table of Contents Next Section